QuickOPC User's Guide and Reference
LINQPad Examples
Examples > Examples in the Product and on the Web > .NET and Python Examples > LINQPad Examples

We have created and tested LINQPad examples with LINQPad 6 and 7. They might work under older versions of LINQPad as well.

You will find LINQPad examples under the CSharp, FSharp and VBNET directories in the examples, always under the LINQPad subdirectory. They are available in form of LINQPad sample library (.zip file). This allows you conveniently see the examples organized in a hierarchical structure, and select them quickly. In order to use the sample library from LINQPad, switch to the “Samples” tab in the lower left part of LINQPad, click "Download/import more samples…” in the tree view, and then click the “Browse…” link in the bottom left corner, and navigate to the .zip file from QuickOPC.

In addition, the same LINQPad examples are included with the NuGet packages of QuickOPC. This means that whenever you reference one of the QuickOPC NuGet packages in LINQPad, LINQPad will automatically add the QuickOPC examples under its “Samples” tab.

See Also